if ( showErrors )
{
es.getException().printStackTrace();
}
}
{
if ( showErrors )
{
logger.error( es.getMessage(), es.getException() );
}
else
{